Metrics Aggregation from Bottom to Top
QuickBuild can be configured to aggregate certain build metrics from bottom to top in the configuration tree hierarchy so that top level configurations can get a overview of relevant metrics for all descendant configurations.
Aggregate build metrics from child projects/modules to get an instant overview
By defining a metrics aggregation at a high level configuration, all child configurations will inherit the setting and will automatically collect relevant metrics from child configurations to form metrics overview at every level. For instance, a JUnit aggregation will display success rate, duration, and test number for all JUnit tests executed for all configurations under the tree.
Generate aggregation statistics to display metric aggregation trends overtime
Statistics for aggregated metrics will be generated to report trends of aggregated metrics. For instance, you can examine the JUnit aggregation statistics in the root configuration to get to know trend of test success rate and duration in the whole system.